github.com/jackc/pgx/v5/pgtype.underlyingTypeEncodePlan.nextValueType (field)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1396: 	nextValueType reflect.Type
		pgtype.go#L1403: 	return plan.next.Encode(reflect.ValueOf(value).Convert(plan.nextValueType).Interface(), buf)
		pgtype.go#L1425: 		return &underlyingTypeEncodePlan{nextValueType: nextValueType}, refValue.Convert(nextValueType).Interface(), true
		pgtype.go#L1434: 		return &underlyingTypeEncodePlan{nextValueType: byteSliceType}, refValue.Convert(byteSliceType).Interface(), true
		pgtype.go#L1442: 			return &underlyingTypeEncodePlan{nextValueType: underlyingArrayType}, refValue.Convert(underlyingArrayType).Interface(), true